home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / TXT / STREAMS.TXT < prev    next >
Text File  |  1997-02-07  |  747b  |  17 lines

  1.   QLIB does not support io streams, they are quite useless (from my view) and
  2. I never use them.
  3.  fprintf() - a part of QLIB but uses file IO handles, not io streams.
  4. Therefore stdin,stderr,etc. are simple defines of the DOS default handles.
  5. If anyone really thinks it necessary I might think about making all the
  6. other stream IO funcs (fread,fwrite,etc.) but using handles, nahhh maybe not.
  7.  
  8.   Well 'cin' and 'cout' are really good and I would love to support them some
  9. day but oh well, forget it.
  10.  
  11.   I just don't wanna support things like fscanf() and such which are just
  12. as ugly as scanf() which is a piece of crap and really
  13. out-dated, just use gets() and atof() and such which will not blow-up if the
  14. user enters wrong info.
  15.  
  16.  
  17.